The tests for searchProperty in this page are derived from Section 5.1.2.7
| Test | Description | Orange Labs Result | Nokia Result |
|---|---|---|---|
| eventTargetInterface-1 | Multiple listeners on an event target, all must be triggered (any order) | Pass | Pass |
| eventTargetInterface-2 | Propagation continues even if exception raised in event handler | Pass | Pass |
| event listeners can cause other events to fire, these should be sync and propagation should continue after processing | Not Tested | Not Tested |